* lisp/msb.el: No need to load dired while compiling.
authorGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:29:38 +0000 (23:29 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 3 Feb 2011 07:29:38 +0000 (23:29 -0800)
lisp/ChangeLog
lisp/msb.el

index 9d96bb8f8c00103d8e99bf8d3672b632986f1539..3b9c1840ab357edb1db51ac463d08cdaf9b9ae90 100644 (file)
@@ -1,5 +1,7 @@
 2011-02-03  Glenn Morris  <rgm@gnu.org>
 
+       * msb.el: No need to load dired while compiling.
+
        * emacs-lisp/elint.el (elint-standard-variables):
        Remove a couple of built-ins that now have doc-strings.
 
index 1f84ef78164ae3db9bd2ac3104eeb41fe7dc949b..cbc953da98eb2206be6f9bdf52fa604cda46f3f8 100644 (file)
@@ -399,8 +399,6 @@ Optional second argument MAXBUF is completely ignored."
     (format "%s%s %s" modified read-only name)))
 
 
-(eval-when-compile (require 'dired))
-
 ;; `dired' can be called with a list of the form (directory file1 file2 ...)
 ;; which causes `dired-directory' to be in the same form.
 (defun msb--dired-directory ()